home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / nosvw304.zip / NOSGAS.ZIP / PUBLIC / NOSVIEW / BBS < prev    next >
Text File  |  1992-12-30  |  17KB  |  433 lines

  1. =============                                       NOSview [301]
  2. bbs
  3. telnet <host>
  4. =============
  5.  
  6. _________________________________________________________________
  7. bbs
  8. telnet <host>
  9. _________________________________________________________________
  10. The 'bbs' command calls your own mailbox system.
  11.  
  12. The 'telnet <host>' command makes a Telnet call to well-known
  13. port number 23, which is served by the mailbox on NOS systems.
  14.  
  15. See /ftpusers for details of user passwords and access
  16. permissions.
  17.  
  18.  
  19. ================
  20. BBS Sub-commands
  21. ================
  22. After logging in with a user name and password, a set of 'bbs'
  23. sub-commands is then available:
  24.  
  25. -----------------------------------------------------------------
  26. ?
  27. -----------------------------------------------------------------
  28. Display a summary of BBS commands.  A typical output from the '?'
  29. command is the following:
  30.  
  31. .................................................................
  32. :(?)help (A)rea (B)ye     (C)onnect (D)ownload (E)scape (F)inger:
  33. :(H)elp  (I)nfo (J)heard  (K)ill    (L)ist     (M)busers (N)odes:
  34. :(Operator) (P)orts (R)ead (S)end   (T)elnet  (U)pload (V)erbose:
  35. :(W)hat  (X)pert (Z)ap                                          :
  36. :...............................................................:
  37.  
  38.  
  39. -----------------------------------------------------------------
  40. A[rea] [<area_name>]                     Default: your login name
  41. -----------------------------------------------------------------
  42. The Area command, when used by itself, will list the mail areas
  43. (i.e. mailboxes) that contain messages you may read.  The list
  44. gives the name of each area, followed by a description of the
  45. area's contents.
  46.  
  47. When the Area command is followed by a valid <area_name>, your
  48. current mail context will be switched to the new area.  You may
  49. then use the R[ead] and L[ist] commands to review messages in the
  50. selected area.
  51.  
  52. If you want to add your own message to one of these areas, first
  53. select the area with the Area command, and then use the S[end]
  54. command to send mail to that area.
  55.  
  56. >> Examples: a public  (makes "public" your current mail area)
  57.              s public  (puts a message in the "public" mail area)
  58.  
  59.  
  60. -----------------------------------------------------------------
  61. B[ye]
  62. -----------------------------------------------------------------
  63. The Bye command is used when you want to exit from the NOS BBS.
  64. This will close your mailbox file and remove any messages that
  65. you have deleted with the K[ill] command.
  66.  
  67.  
  68. -----------------------------------------------------------------
  69. C[onnect] <interface> <AX.25_callsign>
  70. C[onnect] <NET/ROM_alias>
  71. -----------------------------------------------------------------
  72. The Connect command allows you to connect to another AX.25
  73. or NET/ROM station through this host system's radio ports.
  74. You can determine what ports are available using the "P[orts]"
  75. and "N[odes]" commands.
  76.  
  77. When you are finished using the connection, you may return to
  78. the mbox by entering the "escape" character, <CTRL>X (or w
  79. whatever you may have changed it to using the "E[scape]"
  80. command).
  81.  
  82. >> Examples;
  83.  
  84.  C tnc0 AX9ABC        (connect to AX9ABC on interface tnc0)
  85.  C #TOM               (connect to NET/ROM node #TOM)
  86.  
  87.  
  88. -----------------------------------------------------------------
  89. D[ownload] [/][<path_name>/]<filename>
  90. DU [/][<path_name>/]<filename>
  91. -----------------------------------------------------------------
  92. The Download command will begin sending a file from this system
  93. to you.  Use the 'D' command to send a plain ASCII text file.
  94.  
  95. You can also download binary files converted to uuencoded ASCII
  96. by using the 'DU' command.  You will need the "uudecode" utility
  97. to convert this ASCII file back to binary.
  98.  
  99. The optional <path_name> may be included along with the
  100. <filename> if the desired file is not in the current directory
  101. (you can determine this using the W[hat] command).
  102.  
  103. >> Examples:  d oscar13.inf
  104.               du public/nosview/view.com
  105.  
  106.  
  107. -----------------------------------------------------------------
  108. E[scape] [<escape_character>]                     Default: CTRL-X
  109. -----------------------------------------------------------------
  110. The Escape command, when entered by itself, will display the
  111. character that is currently set as the escape character.  This
  112. character is what will be used if you want to exit from the
  113. current session.
  114.  
  115. For instance, if you have started a "chat" session, and you don't
  116. get any response from the operator after waiting a few minutes,
  117. you can enter the escape character, followed by a CR, and the
  118. session will be terminated.  You will then be returned to the BBS
  119. prompt.
  120.  
  121. The escape character may be changed to one of your preference by
  122. entering 'E[scape]' followed by a <SPACE> and the character that
  123. will become the new escape character.  This must be a single
  124. typed character (the <CTRL> key may be used in addition).
  125.  
  126. >> Example:  escape ^Z      (the ASCII character CTRL-Z)
  127.  
  128.  
  129. -----------------------------------------------------------------
  130. F[inger] [<username>][@<host>]
  131. -----------------------------------------------------------------
  132. The Finger command retrieves personal information about users of
  133. a system.
  134.  
  135. When used by itself without parameters, a list of known users on
  136. the current system will be displayed.
  137.  
  138. To get a list of the users on a remote system, enter Finger
  139. followed by a <SPACE> and an "@", then the host name.
  140.  
  141. To get information about a particular user, simply insert the
  142. user name before the "@".
  143.  
  144. >> Examples:  f          (list the known users on this system)
  145.               f frank    (list info about the local user frank)
  146.               f @ns9ken  (list the known users at host ns9ken)
  147.               f ken@ns9ken  (display info about ken at host
  148.                              ns9ken)
  149.  
  150.  
  151. -----------------------------------------------------------------
  152. H[elp] [<command_name>]
  153. -----------------------------------------------------------------
  154. The Help command will display help for a given command.
  155.  
  156. [The help description files are called '*.HLP', with the first
  157. letter of each filename corresponding to its BBS command letter.
  158. These files are located in directory N:\SPOOL\HELP].
  159.  
  160. >> Examples:  h area (describes the "area" command)
  161.               h d    (displays info about downloading files)
  162.  
  163.  
  164. -----------------------------------------------------------------
  165. I[nfo]
  166. -----------------------------------------------------------------
  167. The Info command provides information about the station.
  168.  
  169. The information is contained in N:\SPOOL\HELP\INFO.HLP.  It is
  170. useful to include a list of interface names in this file, so that
  171. enquirers can find out what is available for their use.
  172.  
  173.  
  174. -----------------------------------------------------------------
  175. J[heard] [<interface>]
  176. -----------------------------------------------------------------
  177. The Jheard command will display a list of all the station
  178. callsigns that have been heard sending packet traffic on the
  179. channel, the time since the station was heard last, and the total
  180. number of packets received.
  181.  
  182. When the command is used alone (no interface specified), the
  183. "heard" lists for all interfaces will be displayed.
  184.  
  185. Warning: if the system has been on the air for very long, and the
  186. channels are very active, this list could be extremely long.
  187.  
  188. >> Examples:  j      (displays all stations heard on all ports)
  189.               j tnc0 (displays stations heard on interface tnc0)
  190.  
  191.  
  192. -----------------------------------------------------------------
  193. K[ill] <message_number> [<message_number> ...]
  194. -----------------------------------------------------------------
  195. The Kill command allows you to delete messages from the current
  196. mailbox area (if you have been given that permission by the
  197. operator).  At least one message number must be supplied.
  198.  
  199. The message numbers you can select from can be displayed with the
  200. L[ist] command.  The second parameter on each line of the list is
  201. the <message_number>.
  202.  
  203. The Kill command only applies to messages in the current mailbox
  204. area.  The current mail area can be checked and modified with the
  205. A[rea] command.
  206.  
  207. >> Examples:  k 1
  208.               k 2 4 5 7
  209.  
  210.  
  211. -----------------------------------------------------------------
  212. L[ist] [<starting_msg_number> [<ending_msg_number>] ]
  213. -----------------------------------------------------------------
  214. The List command prints a list of the messages in the current
  215. mailbox (or "area").  For each message, the list contains the
  216. subject header line, the time and date it was created, who it is
  217. from, how many bytes long it is, and whether or not it has been
  218. read.
  219.  
  220. You may include an optional <starting_msg_number> from which to
  221. begin displaying  the list.  If you specify a starting msg
  222. number, then  you may also specify an ending number as well.
  223. This will limit the display for you in case there are a large
  224. number of messages in a particular "area" mailbox.
  225.  
  226. >> Examples:  l           (Display all message headers)
  227.               l 6         (Display from message 6 onwards)
  228.               list 6 10   (Display from 6 to 10)
  229.  
  230.  
  231. -----------------------------------------------------------------
  232. M[busers]
  233. -----------------------------------------------------------------
  234. The Mbusers command lists all current logged-in users of the
  235. mailbox.
  236.  
  237.  
  238. -----------------------------------------------------------------
  239. N[odes]
  240. -----------------------------------------------------------------
  241. The Nodes command displays a list of accessible NET/ROM nodes.
  242.  
  243.  
  244. -----------------------------------------------------------------
  245. O[perator)
  246. -----------------------------------------------------------------
  247. The Operator command allows you to "talk" keyboard-to-keyboard
  248. with the operator of this NOS system.  When you select this
  249. function, a new window will be opened on the operator's console,
  250. and whatever you type will be visible there.  If the operator is
  251. present, and types something in return, it will be sent back to
  252. you.
  253.  
  254. When you wish to terminate the chat session, type the escape
  255. character on your keyboard, and then CR.
  256.  
  257. The default escape character is CTRL-X.  This escape character
  258. may be changed to whatever you prefer by using the E[scape]
  259. command.
  260.  
  261.  
  262. -----------------------------------------------------------------
  263. P[orts]
  264. -----------------------------------------------------------------
  265. The Ports command gives a list of available interfaces through
  266. which you can make connections with the "C[onnect]" command.
  267.  
  268.  
  269. -----------------------------------------------------------------
  270. R[ead] <message_number> [<message_number> ...]
  271. <message_number>
  272. <CR>
  273. -----------------------------------------------------------------
  274. Each of these commands allows you to read a message (or messages)
  275. from the current mail area.
  276.  
  277. To read a specific message, you may either type "read #" or just
  278. the number by itself.
  279.  
  280. If there is a specific list of messages you are interested in
  281. (determined by the use of the L[ist] command, for instance), you
  282. can enter the list of message numbers (separated by spaces) on
  283. the "read" command-line.
  284.  
  285. You can also simply advance sequentially through the messages by
  286. just pressing the CR key.  This will display the next message in
  287. order.
  288.  
  289. The Read command displays only an abbreviated portion of the mail
  290. headers.  If you want all the header lines displayed, use the
  291. V[erbose] command instead.
  292.  
  293. >> Examples:  r 3 5    (Read messages 3 and 5)
  294.               4        (Read message 4)
  295.  
  296.  
  297. -----------------------------------------------------------------
  298. S[end] <username>[ @ <host>] [< <from_addr>] [$<bulletin_id>]
  299. SR [message_number]
  300. SF <user>[ @ <host>] [< <from_addr>] [$<bulletin_id>]
  301. -----------------------------------------------------------------
  302. The Send command allows you to enter a message and send it to a
  303. user at either this system, or some other system on the network.
  304.  
  305. The <from_addr> and <bulletin_id> fields are for special use and
  306. won't be covered here.
  307.  
  308. The 'S' command may also be followed by the letter 'P', 'B' or
  309. any other message type you use (e.g. 'SP NS9LIZ @ AX9BBS).
  310.  
  311. The 'SR' command allows you to "reply" to either the current
  312. message or the message number specified.  The subject will be
  313. copied and the reply will be sent to the address it was sent
  314. from.
  315.  
  316. The 'SF' command will forward a copy of the current message to
  317. the user specified.
  318.  
  319. >> Examples:
  320.      s ken                   (Send a message to local user ken)
  321.      s ns9liz @ ns9zzz       (Send a message to ns9liz at ns9zzz)
  322.      sr 3                    (Reply to message number 3)
  323.      sf ns9pam%ax9bbs@ns9gwb (Forward current message to ns9pam
  324.                                  at ax9bbs via ns9gwb)
  325.  
  326.  
  327. -----------------------------------------------------------------
  328. T[elnet] <hostname> [<port_number>]
  329. -----------------------------------------------------------------
  330. The Telnet command allows you to initiate a TCP connection from
  331. the NOS mailbox out across the network to another host.  This
  332. allows an AX.25 user with nothing more than a terminal and TNC to
  333. gain access to the TCP/IP network.
  334.  
  335. By including the optional port_number, you can connect to any TCP
  336. server at the given host.  The default is to be connected to the
  337. Telnet server (port number 23), which in the case of NOS is the
  338. MBOX.
  339.  
  340. To quit the session at any time, enter the escape character
  341. (CTRL-X by default, can be changed with the E[scape] command).
  342.  
  343. >> Examples:  t ns9ken     (Connect to the mailbox at ns9ken)
  344.               t ns9liz 25  (Connect to the SMTP mail server at
  345.                                     ns9liz)
  346.  
  347.  
  348. -----------------------------------------------------------------
  349. U[pload] [/][<path_name>/]<filename>
  350. -----------------------------------------------------------------
  351. The Upload command allows you to transfer an ASCII file from your
  352. system onto disk at this host.  You may also specify a full
  353. <path_name> containing a specific directory in which to deposit
  354. the new "upload".
  355.  
  356. If you wish to upload a binary file, you must first convert it to
  357. ASCII (for example, by using "uuencode") before transmission.
  358.  
  359. All uploads can only go into the directory that you logged into,
  360. or into another directory under the current one.
  361.  
  362. The transfer proceeds line-by-line until the file is sent and you
  363. enter either a CTRL-Z or /EX as the first thing on a blank line.
  364.  
  365. >> Examples:  u kepler.txt
  366.               u /public/satelite/oscar13.txt
  367.  
  368.  
  369. -----------------------------------------------------------------
  370. V[erbose] <message_number> [<message_number> ...]
  371. -----------------------------------------------------------------
  372. The Verbose command allows you to read a message (or messages)
  373. from the current mail area, and it includes all the header lines
  374. for display.
  375.  
  376. To view a specific message with all headers, type 'verbose #',
  377. where the "#" is the number of the message to be displayed.  (The
  378. R[ead] command operates the same way, but with abbreviated header
  379. lines).
  380.  
  381. If there is a specific list of messages you are interested in,
  382. you can enter the list of message numbers (separated by spaces)
  383. on the command line.
  384.  
  385. >> Example:  v 3 5   (Read messages 3 and 5 with full headers)
  386.  
  387.  
  388. -----------------------------------------------------------------
  389. W[hat] [/][<path_name>]
  390. -----------------------------------------------------------------
  391. The What command generates a sorted directory listing of the
  392. current directory or the one specified by the optional
  393. <path_name>.  The listing includes the filename (or subdirectory
  394. name if there is a "/" appended), the file size in bytes,
  395. creation time, and date.
  396.  
  397. >> Examples:  w         (Displays current directory)
  398.               w public  (Displays files in the 'public' dir)
  399.  
  400.  
  401. -----------------------------------------------------------------
  402. X[pert]
  403. -----------------------------------------------------------------
  404. The Expert command lets you toggle between "Expert" and "Non-
  405. Expert" mailbox prompts.
  406.  
  407.  
  408.  
  409. -----------------------------------------------------------------
  410. Z[ap] [/][<path_name>/]<filename>
  411. -----------------------------------------------------------------
  412. The Zap command allows you to delete a file in the current
  413. directory of one you specify with the optional <path_name>.  Use
  414. of this command requires that permission be granted by the
  415. operator of this system.
  416.  
  417. >> Example:  z myfile.txt     (Deletes myfile.txt in current dir)
  418.  
  419. -----------------------------------------------------------------
  420. @
  421. -----------------------------------------------------------------
  422. The @ command provides Remote Sysop access to the NOS Session
  423. Manager.  If the 'mbox password' is set, you will have to
  424. provide 5 characters from the password before you can get
  425. access.
  426.  
  427. >> Example:
  428.  
  429.  @
  430.  22 21 18 2 12       {sent by the mailbox}
  431.  apexh               {your response: a=char 22, p=char 21 etc)
  432.  
  433.